home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / app_note / tecbltn1 / tb.139 < prev    next >
Text File  |  1986-07-01  |  2KB  |  86 lines

  1. /nof
  2. June 18, 1986                                        Number
  3. 139
  4.  
  5. Title:  Advanced NetWare 2.0a Shell Patches
  6.  
  7. Advanced NetWare 2.0a Shell Object File
  8.  
  9.     A problem has been found in the version 2.0a workstation shell.
  10. The problem starts when a critical error is generated by the shell. 
  11. A critical error message is indicated when the shell generates an 
  12. error and prompts the user with an "ABORT OR RETRY" option. By
  13. responding with anything other than an abort, the header section of
  14. the shell becomes corrupted. Once the shell has become corrupted,
  15. problems may occur such as files being left open as well as other
  16. related problems. 
  17.  
  18. Patch
  19.  
  20. This problem is corrected by performing the following patch to your
  21. shell object files. Using your DOS DEBUG make the following patch
  22. to your DOS 3.x and 2.x objects. They are named ANET3.OBJ and
  23. ANET2.OBJ respectively and are found on your gensh-2 diskette.
  24. Make sure that you have a copy of your original.
  25.  
  26.     Your DOS 3.x object is patched as follows. All underscored
  27. letters and characters and carriage returns are entered by the
  28. operator.
  29.  
  30.     DEBUG ANET3.OBJ <CR>
  31.  
  32.     -E1BBB
  33.  
  34.     xxxx:1BBB 0E.26<CR>
  35.  
  36.     -E1E0A <CR>
  37.  
  38. xxxx:1E0A A8.90 <CR>
  39.  
  40.     -W
  41.  
  42.     Writing xxxx bytes
  43.  
  44.     -Q
  45.  
  46.     Your DOS 2.x object is patch as follows:
  47.  
  48.     DEBUG ANET2.OBJ <CR>
  49.  
  50.     -E1A89
  51.  
  52.     xxxx:1A89 0E.26<CR>
  53.  
  54.     -E1D90
  55.  
  56.     xxxx:1D90 08.F0<CR>
  57.  
  58.     -W
  59.  
  60.     Writing xxxx bytes
  61.  
  62.     -Q
  63.  
  64. Advanced NetWare 2.0a (regular) NIC Shell Object File
  65.  
  66.      The following is the patch needed for the 2.0a NOVELL NIC
  67. SHELL, 
  68. to run on both a 6 MHz AT and an 8 MHz AT. This is done by
  69. patching the SHELLDRV.OBJ file in the "STAR" directory on a
  70. working copy of your gensh-1 diskette.                
  71.  
  72.           DEBUG SHELLDRV.OBJ <CR> 
  73.  
  74.          -D9F4 <CR> 
  75.  
  76.           xxxx:30.10 <CR> 
  77.  
  78.          -W <CR> 
  79.  
  80.          Writing xxxx bytes 
  81.  
  82.          -Q <CR> 
  83.        
  84. It is necessary to re-link your shell again once these patches are
  85. made.
  86. /for